home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000126_sander@jupiter.rijnh.nl_Tue Feb 21 21:49:05 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  3KB

  1. Received: from jupiter.rijnh.nl by cs.umb.edu with SMTP id AA17615
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 21 Feb 1995 15:14:11 -0500
  3. Received: by jupiter.rijnh.nl (AIX 3.2/UCB 5.64/4.03)
  4.           id AA19662; Tue, 21 Feb 1995 20:49:05 +0100
  5. Date: Tue, 21 Feb 1995 20:49:05 +0100
  6. From: sander@jupiter.rijnh.nl
  7. Message-Id: <9502211949.AA19662@jupiter.rijnh.nl>
  8. To: tex-k@cs.umb.edu
  9.  
  10. To whom it may concern,
  11.  
  12. First of all I apoligize for not conforming to the GNU recommandations 
  13. for reporting bugs.  I simply do not have the report.
  14.  
  15. Architecture involved: IBM RS6000 running AIX3.2
  16.  
  17. Software retrieved from CTAN cite in UK.
  18.  
  19. I have installed the xdvik driver version 18f and the dvips driver 5.58f and
  20. have encountered the following little bug (if you can call it that way) if 
  21. I want to install everything with `make install`. This is the output I get on
  22. my screen:
  23.  
  24. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  25.         for d in kpathsea dviljk dvipsk gsftopkk web2c xdvik; do if test -d $d; 
  26. then \
  27.                   (cd $d; make INSTALL='./install-sh -c' INSTALL_DATA='./install
  28. -sh -c -m 644'  INSTALL_PROGRAM='./install-sh -c'  CC='cc' CFLAGS='-g ' prefix=/
  29. usr/local exec_prefix=/usr/local  bindir=/usr/local/bin scriptdir=/usr/local/bin
  30.  libdir=/usr/local/lib  datadir=/usr/local/lib infodir=/usr/local/info includedi
  31. r=/usr/local/include  manext=1 mandir=/usr/local/man/man1  texmf=/usr/local/lib/
  32. texmf web2cdir=/usr/local/lib/texmf/web2c  texinputdir=/usr/local/lib/texmf/tex 
  33. mfinputdir=/usr/local/lib/texmf/mf  fontdir=/usr/local/lib/texmf/fonts  fmtdir=/
  34. usr/local/lib/texmf/ini basedir=/usr/local/lib/texmf/ini  texpooldir=/usr/local/
  35. lib/texmf/ini mfpooldir=/usr/local/lib/texmf/ini  install_fonts=true  dvipsdir=/
  36. usr/local/lib/texmf/dvips psheaderdir=/usr/local/lib/texmf/dvips  default_texsiz
  37. es='300:600'  install); else true; fi; done
  38.         /bin/sh ./../mkdirchain /usr/local/bin /usr/local/bin
  39.         if grep 'original MakeTeXPK --' /usr/local/bin/MakeTeXPK >/dev/null 2>&1
  40. \
  41.                    || test ! -r /usr/local/bin/MakeTeXPK; then \
  42.                   ./install-sh -c MakeTeXPK /usr/local/bin/MakeTeXPK; \
  43.                 else true; fi
  44. sh: ./install-sh: not found
  45. The error code from the last failed command is 1.
  46.  
  47. Make Quitting.
  48. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  49.  
  50. The problem is simply solved by changing:
  51.  
  52.  INSTALL = ./install-sh -c 
  53.  
  54. into 
  55.  
  56.  INSTALL = ./../install-sh -c  
  57.  
  58. in the top level Makefiles. I do not know whether or not this is a kpathsea bug
  59. as I am an absolute layman if it comes to that.
  60.  
  61. Anyway, keep up with the good work!!
  62.  
  63.  
  64. Sander Belien
  65.  
  66. e-mail: belien@sara.nl